-
Notifications
You must be signed in to change notification settings - Fork 2
Update python:3.10-slim Docker digest to f8081b6 #64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
2be5b1f
to
207557a
Compare
207557a
to
fa7277d
Compare
fa7277d
to
fb3169f
Compare
fb3169f
to
d4c0877
Compare
d4c0877
to
d7b1f86
Compare
d7b1f86
to
6354a2c
Compare
Hi there 👋, @DryRunSecurity here, below is a summary of our analysis and findings.
Note 🟢 Risk threshold not exceeded. Change Summary (click to expand)The following is a summary of changes in this pull request made by me, your security buddy 🤖. Note that this summary is auto-generated and not meant to be a definitive list of security issues but rather a helpful summary from a security perspective. Summary: The provided code change is for a Dockerfile, which is used to build Docker images. The key changes include updating the base image to a newer version, installing Node.js and npm, and globally installing the Renovate tool for dependency management. From an application security perspective, these changes are generally positive steps, as they can help improve the security of the application by keeping the base image and dependencies up-to-date. However, it's important to review the changes thoroughly and ensure that there are no unintended security implications, such as the introduction of new vulnerabilities in the base image or the potential for misuse of the installed tools. Files Changed:
Powered by DryRun Security |
6354a2c
to
76995d3
Compare
76995d3
to
de24287
Compare
de24287
to
1408772
Compare
1408772
to
9533949
Compare
366e36a
to
74f97e2
Compare
74f97e2
to
4f644f3
Compare
4f644f3
to
b2e6719
Compare
b2e6719
to
f4cf827
Compare
f4cf827
to
adcc556
Compare
adcc556
to
e64577c
Compare
e64577c
to
f21ec8a
Compare
f21ec8a
to
d41bfba
Compare
d41bfba
to
055464e
Compare
055464e
to
1bbfc36
Compare
1bbfc36
to
010dca2
Compare
010dca2
to
1f72bb2
Compare
1f72bb2
to
462a2ca
Compare
This pull request updates the Dockerfile to use the python:3.10-slim base image. Python 3.10 reached end-of-life in October 2023 and no longer receives security patches, so this change poses a security risk (scanner flagged it as non-blocking).
Use of Outdated/Unsupported Software Version in
|
Vulnerability | Use of Outdated/Unsupported Software Version |
---|---|
Description | The Dockerfile is being updated to use python:3.10-slim as the base image. Python 3.10 reached its end-of-life (EOL) for security support in October 2023. This means the application's runtime will no longer receive security patches for newly discovered vulnerabilities, posing a significant security risk. |
Lines 29 to 35 in 462a2ca
RUN pip install -r requirements.txt | |
# FROM python:3.12.0b3-slim@sha256:8e3ef64883278384c49293caf631d614b4bfdac7bb494d44e17cf2d711ce2652 | |
FROM python:3.10-slim@sha256:122c1a0e792fad67b870205fd0f5e4d6d0f6f3f13b2fce1b9472c1ecbe274671 | |
RUN groupadd -g 999 python && \ | |
useradd -r -u 999 -g python python |
All finding details can be found in the DryRun Security Dashboard.
Warning
Your DryRun Security account will expire on August 31, 2025. Contact [email protected] to avoid service interruption.
462a2ca
to
1f7d5cf
Compare
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
2bac437
->f8081b6
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.